home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog2a < prev    next >
Encoding:
Text File  |  1993-11-15  |  217 b   |  11 lines

  1. # more rowcol tests
  2. xtAppInitialize -class Program
  3.  
  4. xmRowColumn .rowcol managed
  5. xmPushButton .rowcol.fred managed -width 200 -labelString jane
  6. xmPushButton .rowcol.jim managed -height 300
  7.  
  8. . realizeWidget
  9.  
  10. . mainLoop
  11.